Class ServerImpl

All Implemented Interfaces:
IPCObject, Device, Pc, Server

public class ServerImpl extends PcImpl implements Server
Information provided by the PKI file:

    \class Server
    
    \brief Server is Server device object with a terminal line.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • validateIoeUser

      public boolean validateIoeUser(String username, String password)
      Information provided by the PKI file:
      
          \brief Validate IoE user
          
          \param username, IoE username
          
          \param password, IoE password
          
          \return bool, true if it validated and false otherwise
          
              
      Specified by:
      validateIoeUser in interface Server
      Parameters:
      username - Takes in a parameter of username
      password - Takes in a parameter of password
      Returns:
      boolean Returns a boolean